.contact-banner {
    min-height: 320px;
    display: flex;
    align-items: center;

    /* DEMO IMAGE */
    background:
        linear-gradient(to right, #efe7da 40%, rgba(0, 0, 0, 0.15)),
        url("../img/WhatsApp Image 2026-01-29 at 9.00.11 PM (1).jpeg");

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

/* Left text */
.banner-content {
    padding: 60px;
    max-width: 500px;
}

.banner-content h1 {
    font-size: 42px;
    color: #c7921e;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 16px;
    color: #333;
}

/* Tablet */
@media (max-width: 991px) {
    .banner-content h1 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .contact-banner {
        background:
            linear-gradient(to bottom, rgba(239, 231, 218, 0.95), rgba(239, 231, 218, 0.85)),
            url("../img/WhatsApp Image 2026-01-29 at 9.00.11 PM (1).jpeg");
        background-position: center;
        text-align: center;
    }

    .banner-content {
        padding: 40px 20px;
        margin: auto;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}





.con_features_area {
    padding: 40px 0;
    background: #fff;
}

.display-flex-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.con_features_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ddd; /* Desktop par 4 ke beech ki lines */
}

/* Akhiri item ki line hatao desktop par */
@media (min-width: 992px) {
    .col-lg-3:last-child .con_features_item {
        border-right: none;
    }
}

.media_icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.media_icon img {
    max-width: 80%;
}

.media-body h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #333;
}

.media-body p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* --- Responsive Settings --- */

/* Tablet (2 Items per row) */
@media (max-width: 991px) {
    .col-md-6 {
        border-right: none;
        margin-bottom: 20px;
    }
}

/* Mobile (Ek line mein 2 items ya 1 depend on space) */
@media (max-width: 576px) {
    .con_features_item {
        flex-direction: column; /* Icon upar text niche (Optional) */
        text-align: center;
        border-right: none;
    }
    .media_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col-6 {
        width: 50%; /* Mobile par 2-2 show honge */
    }
}







.about-product-sec {
    padding: 80px 0;
    background: #fdfdfd;
    overflow: hidden;
}

/* Image Styling */
.about-img-wrapper {
    position: relative;
    padding: 20px;
}

.main-product-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: 0.5s ease;
}

.about-img-wrapper:hover .main-product-img {
    transform: scale(1.02);
}

.experience-badge {
    position: absolute;
    bottom: -10px;
    right: 40px;
    background: #ffb400;
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(255,180,0,0.3);
}

/* Content Styling */
.about-content-box {
    padding-left: 30px;
}

.title-main {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
}

.title-main span {
    color: #ffb400;
}

.description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

/* Specs Grid */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.spec-item {
    background: #fff;
    padding: 15px 10px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.spec-item:hover {
    border-color: #ffb400;
    background: #fffbef;
}

.spec-item strong {
    display: block;
    font-size: 18px;
    color: #ffb400;
}

.spec-item span {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

.extra-info {
    font-size: 14px;
    color: #777;
    font-style: italic;
    border-left: 3px solid #ffb400;
    padding-left: 15px;
}

/* --- Responsive Fixes --- */

/* Tablet */
@media (max-width: 991px) {
    .about-content-box {
        padding-left: 0;
        margin-top: 50px;
    }
    .title-main {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .about-product-sec {
        padding: 50px 0;
    }
    .specs-grid {
        grid-template-columns: repeat(2, 1fr); /* Mobile par 2x2 grid */
    }
    .experience-badge {
        right: 20px;
        padding: 10px 15px;
    }
}




/* Section Container */
.con_about_area {
    padding: 80px 0;
    background-color: #ffffff;
    overflow: hidden;
}

/* Image Wrapper */
.about_img_wrapper {
    position: relative;
    text-align: center;
}

.rounded-image {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    max-width: 100%;
    transition: transform 0.3s ease;
}

.rounded-image:hover {
    transform: translateY(-5px);
}

/* Text Content */
.con_about_text {
    padding-left: 30px;
}

.section_title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section_title span {
    color: #ffb400; /* Yellow highlight to match your logo */
}

.con_p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

/* Highlights List */
.product_highlights ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.product_highlights ul li {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    border-left: 3px solid #ffb400;
}

.secondary_text {
    font-size: 14px;
    color: #888;
}

/* --- Responsive Adjustments --- */

/* For Tablets and Mobile */
@media (max-width: 991px) {
    .con_about_text {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .section_title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .con_about_area {
        padding: 40px 0;
    }
    
    .product_highlights ul {
        flex-direction: column;
        gap: 8px;
    }
}





/* Base Styles */
.fusion_series_section {
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.section_header {
    max-width: 1100px;
    margin: 0 auto 50px;
    text-align: center;
}

.main_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.main_description {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: justify; /* Image_045198.png jaisa block style */
}

/* Grid System - 3 items per row on Desktop */
.fusion_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items Desktop pe */
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.product_item {
    border: 1px solid #eeeeee;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.product_item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product_item img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product_item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product_item p {
    font-size: 13px;
    color: #888;
}

/* Red Badge */
.new_tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0000;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    font-weight: bold;
    border-radius: 2px;
}

/* Stay Tuned Style */
.stay_tuned .q_mark {
    font-size: 80px;
    color: #f0f0f0;
    line-height: 220px;
    font-weight: bold;
}

/* --- Responsive Queries --- */

/* Tablet (2 Items per row) */
@media (max-width: 991px) {
    .fusion_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (1 Item per row) */
@media (max-width: 600px) {
    .fusion_grid {
        grid-template-columns: 1fr;
    }
    .main_description {
        text-align: center;
    }
}




/* Video Section Container */
.con_video_area {
    position: relative;
    width: 100%;
    min-height: 450px; /* Desktop height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background & Overlay */
.video_bg_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url("../img/cpzs/8.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* Parallax effect */
    display: flex;
    align-items: center;
}

/* Play Button Animation */
.play_btn_box {
    margin-bottom: 30px;
}

.video_btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #ffb400; /* Yellow theme color from your logo */
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.5);
    animation: pulse 2s infinite;
}

/* Triangle Play Icon */
.play_icon {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
}

.video_btn:hover {
    transform: scale(1.1);
    background: #fff;
}

.video_btn:hover .play_icon {
    border-left-color: #ffb400;
}

/* Text Styling */
.con_video_content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* --- Animations & Responsive --- */

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 180, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 180, 0, 0); }
}

/* Tablet */
@media (max-width: 991px) {
    .con_video_area { min-height: 350px; }
    .con_video_content h2 { font-size: 28px; }
}

/* Mobile */
@media (max-width: 767px) {
    .con_video_area { 
        min-height: 300px;
        background-attachment: scroll; /* Mobile par parallax smooth nahi hota isliye scroll */
    }
    .video_btn { width: 60px; height: 60px; }
    .play_icon { border-left-width: 15px; border-top-width: 10px; border-bottom-width: 10px; }
    .con_video_content h2 { font-size: 20px; }
}
